* How use RegEdit Light v.2 with a project developed with RegEdit Light v.1
* How install and remove it
* Beta testing and bug report
History
-------
01 March 1999 --> RegEdit Light 2 Beta 1 delivered
18 March 1999 --> RegEdit Light 2 Beta 2 delivered
In some circumstances it was impossible register the ocx: fixed
12 May 1999 --> RegEdit Light 2 final release delivered
What's new
----------
First of all you can notice that this control doesn't require any runtime library. I think this is the most important news. I've written it with VC++, so it needs mfc40 that are installed with Windows.
Then, as you can see, some methods are changed:
Old method --> New method
SetValue --> WriteValue
GetValue --> ReadValue
SetKey --> WriteKey
Also many constant are changed. See Help file to know the new constants.
I've also added the possibility to declare a binary value through an array instead of a string. See Help file for more information.
How use RegEdit Light v.2 with a project developed with RegEdit Light v.1